win32: Don't use separators in comboboxes
authorAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 10:05:00 +0000 (11:05 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 10:05:00 +0000 (11:05 +0100)
gtk/gtk-win32-base.css

index 16000bbad52c684a3be539cf1f3d3fb95327a021..35d403ce7f6f3f8a02771ad7385218fed5955576 100644 (file)
@@ -622,7 +622,6 @@ GtkProgressBar.trough.vertical {
 
 /* Combobox */
 
-
 GtkComboBox.combobox-entry .button {
     background-color: transparent;
     border-width: 0;
@@ -645,6 +644,13 @@ GtkComboBox.combobox-entry .button:insensitive {
     background-image: -gtk-win32-theme-part(combobox, 1 4);
 }
 
+GtkComboBox .separator {
+    /* always disable separators */
+    -GtkWidget-wide-separators: true;
+    -GtkWidget-horizontal-separator: 0;
+    -GtkWidget-vertical-separator: 0;
+}
+
 /* Notebook */
 
 .notebook {